home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 97 / Cine Live 97.iso / pc / cinelive97 data / media / interface / a23.xd < prev    next >
Encoding:
Text File  |  2005-11-29  |  3.9 KB  |  227 lines

  1. module O_DOCUMENT_1 is cDocument with
  2.     Flags is 340;
  3.     Name is "Document";
  4.     Autorun is false;
  5.     Clipping is false;
  6.     Enabled is false;
  7.     Shown is true;
  8.     Cursor is oEmptyCursor;
  9.     XAdjuster is cLayoutLeftAdjuster with
  10.         Delta is 0;
  11.     end;
  12.     YAdjuster is cLayoutTopAdjuster with
  13.         Delta is 0;
  14.     end;
  15.     WidthAdjuster is cCustomWidthAdjuster with
  16.         Delta is 800;
  17.     end;
  18.     HeightAdjuster is cCustomHeightAdjuster with
  19.         Delta is 600;
  20.     end;
  21.     Duration is 2147483647;
  22.     Looping is false;
  23.     Rate is 100;
  24.     TimeScale is 1000;
  25.     URLOption is cURLOption with
  26.     end;
  27.     Kind is cOpaqueBoxKind with
  28.         Red is 0;
  29.         Green is 0;
  30.         Blue is 0;
  31.     end;
  32.     TimeLineTarget is cTarget with
  33.         ID is oTargetRoot;
  34.     end;
  35.     DocType is true;
  36.     release Editor:
  37.         PaletteIndex is 1;
  38.         WindowState is {546,178,1427,878,0,0,0,0};
  39.     end;
  40.     Elements is [
  41.         O_MOVIE_2
  42.     ];
  43.     Events is [
  44.         cLoadedEvent with
  45.             Flags is 4;
  46.             Flag is true;
  47.             Commands is [
  48.                 cRunCommand with
  49.                     Flags is 0;
  50.                     Target is cTarget with
  51.                         ID is O_MOVIE_2;
  52.                     end;
  53.                     Mode is Set;
  54.                     Rewind is false;
  55.                 end,
  56.                 cFocusCommand with
  57.                     Flags is 0;
  58.                     Target is cTarget with
  59.                         ID is O_MOVIE_2;
  60.                     end;
  61.                 end
  62.             ];
  63.         end
  64.     ];
  65.     TimeLine is cTimeLine with
  66.         Flags is 0;
  67.         Duration is 0;
  68.         Start is 0;
  69.         Stop is 0;
  70.         Time is 0;
  71.         TimeScale is 1000;
  72.     end;
  73. end;
  74.  
  75. object O_MOVIE_2 is cQTMovie with
  76.     Flags is 340;
  77.     Name is "movie";
  78.     Autorun is false;
  79.     Clipping is false;
  80.     Enabled is true;
  81.     Shown is true;
  82.     Cursor is oEmptyCursor;
  83.     XAdjuster is cLayoutLeftAdjuster with
  84.         Delta is 0;
  85.     end;
  86.     YAdjuster is cLayoutTopAdjuster with
  87.         Delta is 0;
  88.     end;
  89.     WidthAdjuster is cCustomWidthAdjuster with
  90.         Delta is 800;
  91.     end;
  92.     HeightAdjuster is cCustomHeightAdjuster with
  93.         Delta is 600;
  94.     end;
  95.     Duration is 86519;
  96.     Looping is false;
  97.     Rate is 100;
  98.     TimeScale is 1000;
  99.     URLOption is cDiskURLOption with
  100.         URL is "Media/Videos/a23.mpg";
  101.     end;
  102.     Buffered is false;
  103.     Controlled is false;
  104.     Layered is false;
  105.     Wired is false;
  106.     release Editor:
  107.     end;
  108.     Events is [
  109.         cFinishedEvent with
  110.             Flags is 4;
  111.             Commands is [
  112.                 cBrowseCommand with
  113.                     Flags is 0;
  114.                     Target is cTarget with
  115.                         ID is oTargetRoot;
  116.                     end;
  117.                     All is false;
  118.                     URLOption is cDiskURLOption with
  119.                         URL is "Media/Interface/2006.xd";
  120.                     end;
  121.                 end
  122.             ];
  123.         end,
  124.         cMouseUpEvent with
  125.             Flags is 4;
  126.             Flag is true;
  127.             Commands is [
  128.                 cBrowseCommand with
  129.                     Flags is 0;
  130.                     Target is cTarget with
  131.                         ID is oTargetRoot;
  132.                     end;
  133.                     All is false;
  134.                     URLOption is cDiskURLOption with
  135.                         URL is "Media/Interface/2006.xd";
  136.                     end;
  137.                 end
  138.             ];
  139.         end,
  140.         cKeyboardEvent with
  141.             Flags is 4;
  142.             CaseSensitive is true;
  143.             Test is Equal;
  144.             TestKey is "+";
  145.             Commands is [
  146.                 cSetVolumeCommand with
  147.                     Flags is 0;
  148.                     Mode is ExecuteBy;
  149.                     Level is 10;
  150.                 end
  151.             ];
  152.         end,
  153.         cKeyboardEvent with
  154.             Flags is 4;
  155.             CaseSensitive is true;
  156.             Test is Equal;
  157.             TestKey is "-";
  158.             Commands is [
  159.                 cSetVolumeCommand with
  160.                     Flags is 0;
  161.                     Mode is ExecuteBy;
  162.                     Level is -10;
  163.                 end
  164.             ];
  165.         end,
  166.         cKeyboardEvent with
  167.             Flags is 4;
  168.             CaseSensitive is true;
  169.             Test is IsSpace;
  170.             TestKey is "\$00";
  171.             Commands is [
  172.                 cRunCommand with
  173.                     Flags is 0;
  174.                     Target is cTarget with
  175.                         ID is O_MOVIE_2;
  176.                     end;
  177.                     Mode is Toggle;
  178.                     Rewind is false;
  179.                 end
  180.             ];
  181.         end,
  182.         cKeyboardEvent with
  183.             Flags is 4;
  184.             CaseSensitive is true;
  185.             Test is IsDown;
  186.             TestKey is "\$00";
  187.             Commands is [
  188.                 cSetTimeCommand with
  189.                     Flags is 0;
  190.                     Target is cTarget with
  191.                         ID is O_MOVIE_2;
  192.                     end;
  193.                     Time is -4;
  194.                     TimeScale is 1;
  195.                     Mode is GoBy;
  196.                 end
  197.             ];
  198.         end,
  199.         cKeyboardEvent with
  200.             Flags is 4;
  201.             CaseSensitive is true;
  202.             Test is IsUp;
  203.             TestKey is "\$00";
  204.             Commands is [
  205.                 cSetTimeCommand with
  206.                     Flags is 0;
  207.                     Target is cTarget with
  208.                         ID is O_MOVIE_2;
  209.                     end;
  210.                     Time is 4;
  211.                     TimeScale is 1;
  212.                     Mode is GoBy;
  213.                 end
  214.             ];
  215.         end
  216.     ];
  217.     TimeLine is cTimeLine with
  218.         Flags is 0;
  219.         Duration is 86519;
  220.         Start is 0;
  221.         Stop is 5852;
  222.         Time is 0;
  223.         TimeScale is 1000;
  224.     end;
  225. end;
  226.  
  227.